home *** CD-ROM | disk | FTP | other *** search
- ############ RBIMGEGA.CFG ################
- # version 2.00 EGA #
- # Configuration File for EGA (640 x 350) #
- # #
- # Copy this file and use the copy to make #
- # prototypes for new CFG files. All #
- # parameters in this file are optional. The #
- # following exceptions apply: #
- # #
- # PORTRAIT_HELP, LANDSCAPE_HELP and #
- # SINGLE sections: #
- # Default help text is very brief. #
- # #
- # The following displays are supported: #
- # Display Bit-mapped Resolution #
- # -------- --------------------- #
- # Wyse-700 1280 x 800 #
- # Moniterm 1280 x 960 #
- # EGA 640 x 350 #
- # VGA 640 x 480 #
- # Hercules 720 x 348 #
- # #
- ################################# ####################################
-
- GENERAL:
- CFG_VERSION = 200; # this config file for release 2.00 #
- # 1 CAN BE PUT HERE BUT DISABLES #
- # TEXT AND IMAGE TABLE ! #
- FIRST_DISPLAY = 2; # 2 portrait mode, 3 landscape mode #
- DISPLAY_MODE = F1; # toggle key for modes #
- PRINT_SCREEN = S + s; # key assignments the '+' means #
- PRINT_IMAGE = P + p; # Uppercase OR lower case S #
- EXIT_RBIMG = ESC; # EXIT program key assignment #
- THRESH_HOLD_LEVEL = 2; # default thresh hold level 1-3 #
- THRESH_DEC = F10; # key to decrease threshold level #
- THRESH_INC = F9; # key to increase threshold level #
- DISABLE_IMG_ENHANCE = 0; # disable grey scale for speed #
- CER_HEIGHT = 125; # Critical Error Window Height #
- CER_WIDTH = 400; # Critical Error Window Width #
- CER_ULY = 100; # Critical Error Window Upper Left Y#
- CER_ULX = 150; # Critical Error Window Upper Left X#
- PAN_SIZE = 3; # Pan movement relative size 0 - 6 #
- EXPORT_TYPE = 0; # Export Compression Type 0 - 2 #
- # 0 : PCX #
- # 1 : TIFF Uncompressed #
- # 2 : TIFF Pack Bits #
- EXPORT_COLOR = 1; # 0 : Monochrome Export, 1 : Color #
- HELP_HEIGHT = 250; # Popup Help Window Height #
- HELP_WIDTH = 440; # Popup Help Window Width #
- HELP_ULY = 75; # Popup Help Window Upper Left Y #
- HELP_ULX = 100; # Popup Help Window Upper Left X #
- POPUP_HELP = ALT-H; # Key to Popup Help #
- BEEP_ENABLED = 1; # Enable Beeps? 0 : No, 1 : Yes #
- PRINT_VT = 2; # Print slight Vertical Oversize: #
- # 0 = Centered, 1 = Trim Top, #
- # 2 = Trim Bottom, 3 = Tiled #
- PRINT_HR = 2; # Print slight Horizontal Oversize: #
- # 0 = Centered, 1 = Trim Left, #
- # 2 = Trim Right, 3 = Tiled #
-
- PORTRAIT_CFG:
- IMAGE_WIDTH = 376; # window width in pixels #
- IMAGE_HEIGHT = 350; # window height in pixels #
- IMAGE_STARTX = 264; # x coord upper left corner image #
- IMAGE_STARTY = 4; # y coord upper left corner image #
- ZOOM_HEIGHT = 162; # height of zoom window in pixels #
- HELP_LINES = 1; # number of help lines at bottom #
- BIG_ZOOM = 1; # 0 = disabled, 1 = enabled #
- INSTANT_ZOOM = 0; # 0 = display detail box #
- PAN_DELAY = 25; # delay before redisplay of image #
- TEXT_POPUP = 0; # 0 text is static, 1 text is popup #
- TEXT_ULX = 8; # placement of text window #
- TEXT_ULY = 120; # placement of text window #
- TEXT_ROWS = 12; # size (height) of text window #
- TEXT_COLS = 78; # size (width) of text window #
- ITBL_POPUP = 0; # 0 table is static, 1 is popup #
- ITBL_ULX = 32; # placement of itable window #
- ITBL_ULY = 29; # placement of itable window #
- ITBL_ROWS = 12; # size (height) of itable window #
- ITBL_COLS = 42; # size (width) of itable window #
-
- PORTRAIT: # KEY ASSIGNMENTS IN PORTRAIT MODE #
- PAN_RT = RT; # pan image right key assignment #
- PAN_LT = LT; # pan image left key assignment #
- PAN_UP = UP; # pan image up key assignment #
- PAN_DN = DN; # pan image down key assignment #
- PAN_ULC = HOME; # pan image to upper left corner #
- PAN_URC = PGUP; # pan image to upper right corner #
- PAN_LLC = END; # pan image to lower left corner #
- PAN_LRC = PGDN; # pan image to lower right corner #
- PAN_FINE = INS; # set pan size to fine #
- PAN_COARSE = DEL; # set pan size to coarse #
- ZOOM_IN = PLUS; # zoom in 1 level #
- ZOOM_OUT = MINUS; # zoom back out 1 level #
- NEXT = 3; # show next image in image table #
- PREV = 9; # show previous image in image table#
- FIRST = 7; # show first image in image table #
- LAST = 1; # show last image in image table #
- GOTO_TEXT = SPACE; # show text window if available #
- GOTO_ITBL = BKSP; # show itable window if available #
- SHOW_SLIDE = F7; # display color slide if available #
- EXPORT = F5; # export portion of image #
- EXPORT_CORN_SEL = ENTER; # export image corner select #
-
- PORTRAIT_HELP:
- IMAGE =
- %%
- Portrait Image Window Alt-H for Help RBIMG 2.00
- %%
-
- TEXT =
- %%
- Portrait Text Window Alt-H for Help RBIMG 2.00
- %%
-
- ITABLE =
- %%
- Portrait Image Table Window Alt-H for Help RBIMG 2.00
- %%
-
- LANDSCAPE_CFG:
- HELP_LINES = 1; # number of help lines at bottom #
- TEXT_ULX = 80; # placement of text window (col) #
- TEXT_ULY = 60; # placement of text window (row) #
- TEXT_ROWS = 12; # size (height) of text window #
- TEXT_COLS = 78; # size (width) of text window #
- ITBL_ULX = 80; # placement of itable window #
- ITBL_ULY = 60; # placement of itable window #
- ITBL_ROWS = 12; # size (height) of itable window #
- ITBL_COLS = 42; # size (width) of itable window #
-
- LANDSCAPE: # KEY ASSIGNMENTS IN LANDSCAPE MODE #
- SCROLL_RT = RT; # pan image right key assignment #
- SCROLL_LT = LT; # pan image left key assignment #
- SCROLL_UP = UP; # pan image up key assignment #
- SCROLL_DN = DN; # pan image down key assignment #
- SCROLL_HOME = HOME; # pan image to upper left corner #
- SCROLL_URC = PGUP; # pan image to upper right corner #
- SCROLL_END = PGDN; # pan image to lower left corner #
- SCROLL_LLC = END; # pan image to lower right corner #
- PAN_FINE = INS; # set pan size to fine #
- PAN_COARSE = DEL; # set pan size to coarse #
- ZOOM_IN = PLUS; # zoom in 1 level #
- ZOOM_OUT = MINUS; # zoom back out 1 level #
- NEXT = 3; # show next image in image table #
- PREV = 9; # show previous image in image table#
- FIRST = 7; # show first image in image table #
- LAST = 1; # show last image in image table #
- POPUP_TEXT = F2; # show text window if available #
- POPUP_ITBL = F3; # show itable window if available #
- SHOW_SLIDE = F7; # display color slide if available #
- EXPORT = F5; # export portion of image #
- EXPORT_CORN_SEL = ENTER; # export image corner select #
-
- LANDSCAPE_HELP:
- IMAGE =
- %%
- Landscape Image Window Alt-H for Help RBIMG 2.00
- %%
-
- TEXT =
- %%
- Landscape Text Window Alt-H for Help RBIMG 2.00
- %%
-
- ITABLE =
- %%
- Landscape Image Table Window Alt-H for Help RBIMG 2.00
- %%
-
- SINGLE:
- S_HELP_LINES = 1;
- S_IMAGE =
- %%
- Single Image Table Window Alt-H for Help RBIMG 2.00
- %%
-
- TEXT: # DISPLAY TEXT WINDOW #
- ENABLE = 1; # 1 enable, 0 disable #
- TABS = 8; # number of spaces to represent tabs#
- WIDTH = 78; # width of window in characters #
- UP = UP; # scroll up key assignment #
- DN = DN; # scroll down key assignment #
- LT = LT; # scroll left key assignment #
- RT = RT; # scroll right key assignment #
- PGUP = PGUP; # scroll page down key assignment #
- PGDN = PGDN; # scroll page up key assignment #
- HOME = HOME; # goto top of text key assignment #
- END = END; # goto last page of text key assign #
- UNPOP = F2; # unpop window ( if popup ) #
- GOTO_ITBL = SPACE; # make image table window active key#
- GOTO_IMAGE = BKSP + ENTER; # make image window active keys #
- TITLE = # text for text window title #
- %%
- Record Text
- %%
-
- ITABLE: # DISPLAY IMAGE TABLE #
- ENABLE = 1; # 1 enable, 0 disable #
- UP = UP; # scroll up 1 item key assignment #
- DN = DN; # scroll down 1 item key assignment #
- PGUP = PGUP; # scroll up 1 page key assignment #
- PGDN = PGDN; # scroll down 1 page key assignment #
- HOME = HOME; # goto top of image list key assign #
- END = END; # goto bottom of list key assign #
- SHOW_TEXT = ALT-T; # show record #
- SHOW_IMG = ENTER; # show the img referenced key assign#
- UNPOP = F3; # unpop window ( if popup ) #
- GOTO_TEXT = BKSP; # show text window key assignment #
- GOTO_IMAGE = SPACE; # show image window key assignment #
- TAG_CURRENT = T + t; # Key to tag current image #
- TAG_ALL = CTL-T; # Key to tag all images #
- USE_ID = 0; # 1 use image id, 0 use title #
- TITLE = # title for image table window #
- %%
- Image Table
- %%
-
- MESSAGE:
- # shows while image is loading #
- LOAD_IMAGE =
- %%
- LOADING
- %%
- # shows during image decompression #
- EXPAND_IMAGE =
- %%
- EXPANDING
- %%
- # shows during text update #
- CORRECT_IMAGE =
- %%
- CORRECTING
- %%
- # delay message #
- READ_TEXT =
- %%
- PLEASE WAIT...
- %%
- # shows while printing is happening #
- PRINT_IMAGE =
- %%
- PRINTING
- %%
- # shows while printing is happening #
- PRINT_SCREEN =
- %%
- SCREEN PRINT
- %%
-